projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ddc7e3
)
(CHAR_GLYPH_SPACE_P): Check for default face.
author
Kim F. Storm
<storm@cua.dk>
Sat, 1 Mar 2008 22:30:51 +0000
(22:30 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sat, 1 Mar 2008 22:30:51 +0000
(22:30 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index f592d8752a729cb0db5559c0c7ca565e59fbaafc..8e8d85619847860d289cef995f28699a8439e75c 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-418,7
+418,7
@@
struct glyph
/* Is GLYPH a space? */
#define CHAR_GLYPH_SPACE_P(GLYPH) \
- ((GLYPH).u.ch == SPACEGLYPH)
+ ((GLYPH).u.ch == SPACEGLYPH
&& (GLYPH).face_id == DEFAULT_FACE_ID
)
/* Are glyph slices of glyphs *X and *Y equal */